home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource3
/
187_01
/
blkdef.mon
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1985-12-31
|
190 b
|
8 lines
struct ndx {
struct ndx *next; /* pointer to next structure */
int blk_ptr; /* pointer to owned block */
char nkey[KEYSIZE]; /* key save area */
} queue_hd = {0, 0, ""};